home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / mtsmi15.zip / READ.ME < prev    next >
Text File  |  1993-06-24  |  6KB  |  147 lines

  1.  
  2.      ******************  ADDENDUM  ***********************
  3.                                        6/29/92
  4.                                                          
  5.      1. The device driver V1.5 provides a new transfer option,
  6.         software interrupt transfer. The new transfer option uses
  7.         the file name, MTMCDD.SYS. It needs a free IRQ channel, no
  8.         DMA channel is required (see b. below).
  9.  
  10.         The SETUP program of V1.5 supplemental diskette can upgrade
  11.         device drivers from versions 1.4 or earlier to version 1.5
  12.         for both Internal drives  (Model CRMC-LU series)   and
  13.         External drives (Model CRS-UF series). It provides the
  14.         following transfer options:
  15.  
  16.         a. Software interrupt transfer: Uses the device driver
  17.            filename MTMCDD.SYS, needs an unused IRQ channel (CH2,
  18.            CH3 or CH5).
  19.  
  20.         b. DMA transfer: Uses the device driver filename
  21.            MTMCDD.SYS, needs an unused DMA channel (CH1 or CH3) and
  22.            an unused IRQ channel (CH2, CH3 or CH5).
  23.  
  24.         c. Software Polling transfer: Uses the device driver
  25.            filename MTMCDS.SYS, needs an unused IRQ channel (CH2,
  26.            CH3 or CH5).
  27.  
  28.            Because it provides better overall performance for the
  29.            CD-ROM drive, we recommend either choosing the Software
  30.            interrupt or the DMA transfer options.
  31.  
  32.      2. The device driver V1.5 uses the same parameters as defined
  33.         in earlier versions (V1.4 or earlier) except the parameters 
  34.         M and the parameter T.
  35.  
  36.         *  The maximum number for M parameter is 32 for device
  37.            driver MTMCDD.SYS V1.5 (19 for V1.4 or earlier), which
  38.            allows you to assign more buffers for caching CD-ROM
  39.            data.
  40.         *  The T parameter specifies the transfer approach as
  41.            described below:
  42.  
  43.            a. For Software interrupt transfer, the syntax for the
  44.               "device=" line in CONFIG.SYS file is follows:
  45.               device=[drive:][path]MTMCDD.SYS /D:device_name      
  46.                      [/M:nn][/I:n] [/P:nnn] [/T:s] [/A:n]
  47.  
  48.            b. For DMA transfer, the syntax for the "device=" line
  49.               in CONFIG.SYS file is follows:
  50.               device=[drive:][path]MTMCDD.SYS /D:device_name      
  51.                      [/M:nn][/I:n] [/P:nnn] [/T:n] [/A:n]
  52.  
  53.            c. For Software polling transfer, the syntax for the
  54.               "device=" line in CONFIG.SYS file is follows:
  55.               device=[drive:][path]MTMCDS.SYS /D:device_name      
  56.                      [/M:nn][/I:n] [/P:nnn] [/A:n]
  57.  
  58.  
  59.      **********  CD-ROM DEVICE DRIVER UPDATE INSTRUCTIONS  ************
  60.                                                           6/29/92
  61.  
  62.      The following instructions are to update (or install) your CD-
  63.      ROM device driver. Please keep the diskette with your manual
  64.      for future reference.
  65.  
  66.      To provide you with the latest device driver, an updated
  67.      version of the CD-ROM device driver, version 1.5, is included
  68.      on the CD-ROM update diskette. 
  69.  
  70.      1. Insert Update diskette in floppy drive A or B and type
  71.         SETUP, then press ENTER.
  72.  
  73.      2. The Setup program will ask:
  74.  
  75.         Do You want to install MTMCDD.SYS? [Y or N]
  76.  
  77.      Note: We recommend choosing either the Software Interrupt
  78.            transfer or the DMA transfer from device driver
  79.            MTMCDD.SYS.   These options provide better overall
  80.            performance for your CD-ROM drive. In some computers,
  81.            the DMA option is more efficient.
  82.  
  83.            If IRQ3 and DMA3 (default settings) are not available on
  84.            your computer, then you must select alternative settings
  85.            for these parameters. Be certain to configure the
  86.            Interface Card to match the alternative settings chosen.
  87.            If a DMA channel is not  available on your computer,
  88.            then you must choose  a  Software interrupt transfer
  89.            option. We recommend the Software interrupt transfer
  90.            option which you can choose from MTMCDD.SYS.  You can
  91.            also choose the Software polling transfer option from
  92.            MTMCDS.SYS.
  93.  
  94.         Type Y to select the device driver MTMCDD.SYS for DMA
  95.         transfer or Software interrupt transfer.
  96.  
  97.         Type N to select the device driver MTMCDS.SYS for software
  98.         polling transfer.
  99.  
  100.      3. If you select software polling transfer, the following
  101.         prompt will appear.
  102.  
  103.         Do you want to install MTMCDS.SYS? [Y or N]
  104.  
  105.         Type Y and press ENTER.
  106.  
  107.         Note: If the Setup program finds the device driver in the 
  108.                directory that you installed already, it will ask:
  109.  
  110.                Do you want to overwrite it? [Y or N]
  111.  
  112.                Type Y and press ENTER to update the device driver.
  113.      4. The Setup program will prompt the following message:
  114.  
  115.         In which directory would you like MSCDEX.EXE installed?
  116.                     (Press ENTER for default)
  117.               C:\BIN       [default]
  118.  
  119.         The Setup program will try to search MSCDEX.EXE file either
  120.         from the directory you specified or from the default
  121.         directory.
  122.  
  123.         If the Setup program finds the MSCDEX.EXE file in the
  124.         directory that you installed already, it will ask:
  125.  
  126.         Do you want to overwrite it? [Y or N]
  127.  
  128.         Type N and press ENTER, then proceed to step 6 to update
  129.         the device driver.
  130.  
  131.         If the Setup program can not find the MSCDEX.EXE file in the
  132.         directory you specified (default directory is C:\BIN), go
  133.         to step 5 to install MSCDEX.EXE for the first time.
  134.  
  135.      5. The Setup program will ask for the MSCDEX.EXE file which is
  136.         on the original installation diskette (V1.4 or earlier).
  137.         Remove the Update diskette from floppy drive A or B. Insert
  138.         the original installation diskette (V1.4 or earlier) in the
  139.         same floppy drive and press ENTER.
  140.  
  141.         The Setup program will copy the file MSCDEX.EXE from the
  142.         older version diskette (V1.4 or earlier) to the directory
  143.         you specified (default directory is C:\BIN).
  144.  
  145.      6. Follow on-screen instructions.
  146.  
  147.      7. Reboot your computer.